home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
cmds
/
chpass
/
local.mk
< prev
next >
Wrap
Text File
|
1990-07-12
|
618b
|
24 lines
#
# This file is included by Makefile. Makefile is generated automatically
# by mkmf, and this file provides additional local personalization. The
# variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
# that must be included to set up various compilation stuff.
#
#
# Must run set-user-id to root.
#
INSTALLFLAGS += -o root -m 4775
#include <$(SYSMAKEFILE)>
#
# Add more install stuff in order to create symbolic links for other
# versions of chpass like chfn, chsh.
#
SYNONYMS = $(INSTALLDIR).$(TM)/chfn $(INSTALLDIR).$(TM)/chsh
install :: $(SYNONYMS)
$(SYNONYMS) :
ln -s $(NAME) $(.TARGET)